home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / extsrcfm.dfm / extsrcfm.txt
Encoding:
Text File  |  1996-09-15  |  1006 b   |  52 lines

  1. object ExtDemoSrcFrm: TExtDemoSrcFrm
  2.   Left = 73
  3.   Top = 134
  4.   Width = 685
  5.   Height = 400
  6.   Caption = 'External Function Source : EXFUNCS.PAS'
  7.   Font.Color = clWindowText
  8.   Font.Height = -16
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   OnCreate = FormCreate
  13.   TextHeight = 20
  14.   object SourceMemo: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 677
  18.     Height = 296
  19.     Align = alClient
  20.     Lines.Strings = (
  21.       '')
  22.     ScrollBars = ssBoth
  23.     TabOrder = 0
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 296
  28.     Width = 677
  29.     Height = 69
  30.     Align = alBottom
  31.     TabOrder = 1
  32.     object Label1: TLabel
  33.       Left = 10
  34.       Top = 15
  35.       Width = 491
  36.       Height = 41
  37.       Caption = 
  38.         'You may also want to have a look at DBFUNCS.PAS for a demo of Da' +
  39.         'tabase related functions.'
  40.     end
  41.     object BitBtn1: TBitBtn
  42.       Left = 560
  43.       Top = 15
  44.       Width = 96
  45.       Height = 41
  46.       TabOrder = 0
  47.       Kind = bkClose
  48.       Style = bsNew
  49.     end
  50.   end
  51. end
  52.